DeleteElements.Create
Description:
Creates an instance of the DeleteElements resolution.
Creates an instance of the DeleteElements resolution.
Overloads (3):
Create(Document,ISet[ElementId])
public static FailureResolution Create(
Document document,
ISet<ElementId> ids
)
-
documentThe document which owns the elements to delete.
-
ISet<ElementId>idsThe ids of the elements that will be deleted when this resolution is chosen.
-
The input ids is empty or contains an invalid element id.
-
A non-optional argument was null